home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / trilib.zip / TEST.C < prev    next >
Text File  |  1993-01-23  |  111b  |  13 lines

  1.  
  2. #include    "trilib.h"
  3.  
  4.  
  5. main() {
  6. char s1[] = "trilo.fli -l1 -g\r";
  7.  
  8.     playflic(s1);
  9.  
  10.     return(0);
  11. }
  12.  
  13.